﻿2026-07-10T10:05:09.7749227Z ##[group]Run actions/checkout@v5
2026-07-10T10:05:09.7750426Z with:
2026-07-10T10:05:09.7751322Z   repository: SaberMage/spt-core
2026-07-10T10:05:09.7759924Z   token: ***
2026-07-10T10:05:09.7760877Z   ssh-strict: true
2026-07-10T10:05:09.7761675Z   ssh-user: git
2026-07-10T10:05:09.7762501Z   persist-credentials: true
2026-07-10T10:05:09.7763412Z   clean: true
2026-07-10T10:05:09.7764265Z   sparse-checkout-cone-mode: true
2026-07-10T10:05:09.7765213Z   fetch-depth: 1
2026-07-10T10:05:09.7766033Z   fetch-tags: false
2026-07-10T10:05:09.7766865Z   show-progress: true
2026-07-10T10:05:09.7767690Z   lfs: false
2026-07-10T10:05:09.7768424Z   submodules: false
2026-07-10T10:05:09.7769242Z   set-safe-directory: true
2026-07-10T10:05:09.7770145Z env:
2026-07-10T10:05:09.7770915Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-10T10:05:09.7771950Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-10T10:05:09.7772935Z ##[endgroup]
2026-07-10T10:05:11.1662668Z Syncing repository: SaberMage/spt-core
2026-07-10T10:05:11.1685685Z ##[group]Getting Git version info
2026-07-10T10:05:11.1686439Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-10T10:05:12.0193169Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-10T10:05:12.2255269Z git version 2.43.0.windows.1
2026-07-10T10:05:12.3481700Z ##[endgroup]
2026-07-10T10:05:12.3486961Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\b02ee412-dd71-4689-a6a8-caa640c991ec\.gitconfig'
2026-07-10T10:05:12.3488076Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\b02ee412-dd71-4689-a6a8-caa640c991ec' before making global git config changes
2026-07-10T10:05:12.3489024Z Adding repository directory to the temporary git global config as a safe directory
2026-07-10T10:05:12.3489906Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-10T10:05:12.7305011Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-10T10:05:12.8891833Z https://github.com/SaberMage/spt-core
2026-07-10T10:05:12.9803305Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-10T10:05:12.9804880Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-10T10:05:13.0519759Z HEAD
2026-07-10T10:05:13.2353654Z ##[endgroup]
2026-07-10T10:05:13.2356557Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-10T10:05:14.5720595Z ##[group]Cleaning the repository
2026-07-10T10:05:14.5722346Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-10T10:05:19.8816236Z Removing target/
2026-07-10T10:05:19.8917674Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-10T10:05:20.1296179Z HEAD is now at 16fce9b Merge b07c4d28351438c9832376d5ed9eb294ca1e439d into 0a306c9a86d9c7bedf96bf106cb9e1df3a6c9047
2026-07-10T10:05:20.1363025Z ##[endgroup]
2026-07-10T10:05:20.1430827Z ##[group]Disabling automatic garbage collection
2026-07-10T10:05:20.1432319Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-10T10:05:20.1885807Z ##[endgroup]
2026-07-10T10:05:20.1886392Z ##[group]Setting up auth
2026-07-10T10:05:20.1893347Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-10T10:05:20.2378157Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-10T10:05:21.2116751Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-10T10:05:21.2507991Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-10T10:05:22.5195799Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-10T10:05:22.5583192Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-10T10:05:23.4431993Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-10T10:05:23.4967656Z ##[endgroup]
2026-07-10T10:05:23.4968454Z ##[group]Fetching the repository
2026-07-10T10:05:23.4978647Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +9f220da5651bff64d97b9ee893f5ede0e8f1f87b:refs/remotes/pull/76/merge
2026-07-10T10:05:25.1047849Z From https://github.com/SaberMage/spt-core
2026-07-10T10:05:25.1048455Z  * [new ref]         9f220da5651bff64d97b9ee893f5ede0e8f1f87b -> pull/76/merge
2026-07-10T10:05:25.1204398Z ##[endgroup]
2026-07-10T10:05:25.1204774Z ##[group]Determining the checkout info
2026-07-10T10:05:25.1205663Z ##[endgroup]
2026-07-10T10:05:25.1212762Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-10T10:05:25.1530627Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-10T10:05:25.1799344Z ##[group]Checking out the ref
2026-07-10T10:05:25.1804141Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/76/merge
2026-07-10T10:05:25.2472966Z Previous HEAD position was 16fce9b Merge b07c4d28351438c9832376d5ed9eb294ca1e439d into 0a306c9a86d9c7bedf96bf106cb9e1df3a6c9047
2026-07-10T10:05:25.2473992Z HEAD is now at 9f220da Merge fa34250be1e6077e435c3672490f0fc3a5ff448c into 0a306c9a86d9c7bedf96bf106cb9e1df3a6c9047
2026-07-10T10:05:25.2496952Z ##[endgroup]
2026-07-10T10:05:25.2782096Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-10T10:05:25.3024035Z 9f220da5651bff64d97b9ee893f5ede0e8f1f87b
